home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / LibraryOfCongress / Source / menus < prev    next >
Text File  |  1992-08-05  |  685b  |  30 lines

  1. #
  2. # This file describes the telnet protocol for the Library of Congress
  3. # card catalog search service provided by dra.com.
  4. #
  5. # Michael Hawley
  6. # February, 1992
  7. #
  8. Attach:
  9.   !"telnet 192.65.218.43" +"telnet . . ." => Connect
  10.  
  11. Detach:
  12.                 "\nquit\n" +"Disconnected."
  13.  
  14. Connect:
  15.   /Trying/      +"trying . . ."
  16.   /timed out/   +"timed out!" => Detach
  17.   /unreachable/ +"unreachable!" => Detach
  18.   /Connected/   +"connecting . . ." => Connected
  19.  
  20. Connected:
  21.   /Connection closed/ +"timed out!" => Detach
  22.   /Mail comments/   +"connected!" => Login
  23.  
  24. Login:
  25.   /Enter your command/ +"ready." => Ready
  26.   /Connection closed/ +"timed out!" => Detach
  27.  
  28. Ready:
  29.   /Connection closed/ => Detach
  30.